home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_a_d / dyndlg.zip / INITPROC.H < prev    next >
Text File  |  1991-01-02  |  391b  |  11 lines

  1. //------------------------------------------------------------------------
  2. //      Prototyping Statements                              
  3. //------------------------------------------------------------------------
  4.  
  5. BOOL InitApplication(   HANDLE hInstance,
  6.                         HANDLE hPrevInstance);
  7.  
  8. BOOL InitInstance(  HANDLE  hInstance,
  9.                     int     nCmdShow);
  10.  
  11.